Scrapy_tutorial : Dmoz

  • Workflow
    • Creating a new Scrapy project
    • Defining the Items you will extract
    • Writing a spider to crawl a site and extract Items
    • Writing an Item Pipeline to store the extracted Items

In [ ]:
# items.py